/*Primer Script: mensaje emergente*/
/*Segundo Script: parpadeo*/
/*Tercer Script: Fecha al principio del documento, sólo ponemos el script en el Head o en el JS, no hace falta poner nada en el Body.*/
/*Cuarto Script: Señalizar el espacio en el que queremos que aparezca la fecha.*/
/*Quinto Script: Poner hora de carga de la página.*/
/*Sexto Script: Reloj.*/
head {}


body {font-family:Times New Roman, serif;color: darkred; background-color: crimson;}
  h4 { color: yellow; background-color: deeppink;
    font-family: Helvetica, sans-serif; font-size: 25px;}
          h2{font-family: Caesar Dressing, cursive; font-size: 50px; background-color: sandybrown; color: yellow;}
h3{font-family: ZCOOL KuaiLe, cursive; font-size: 40px;color: red;background-color: palevioletred;}
h1{font-family: Bitcount Single, cursive; font-size: 60px;color: brown;background-color: darkorange;}
body {font-family: Playwrite GB J Guides, cursive;font-size: 25px; color: whitesmoke;}